@font-face {
    font-family: 'PressStart2P';
    src: url('PressStart2P-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

.barra-header {
    margin-bottom: 20px;
}

.barra-header h1 {
    text-align: center;
    font-family: 'PressStart2P';
    color: white;
    margin-bottom: 10px;
}

.barra-header nav {
    background: rgba(50, 50, 50, 0.85);
    padding: 12px;
    border-radius: 10px;
    text-align: center;
}

.barra-header nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.barra-header nav a:hover {
    color: #00D9D2;
}

body {
    background-image: url("fondo_mod.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.pagina-contenedor {
    width: 55%;
    margin-top: 110px;
    margin-left: 40%;
    margin-right: 50px;
    padding: 30px;
    background: rgba(130, 130, 130, 0.85);
    font-size: 18px;
    border-radius: 15px;
    color: white;
}

.imagen-pagina {
    position: absolute;
    top: 350px;
    left: 50px;
    width: 25%;
}

.imagen-pagina img {
    width: 100%;
    border-radius: 15px;
    opacity: 0.95;
}

.volver {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.volver a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    background: rgba(100, 100, 100, 0.85);
    padding: 10px 20px;
    border-radius: 10px;
}

.volver a:hover {
    background: rgba(150, 150, 150, 0.9);
}
